Blazor コントロール
C1SequenceDataCollection<T> コンストラクタ

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1SequenceDataCollection<T> クラス : C1SequenceDataCollection<T> コンストラクタ
A collection of data-collections that will appear as a single collection one after the other.
Initializes a new instance of the C1SequenceDataCollection<T> class.
シンタックス
'宣言
 
Public Function New( _
   Optional ByVal collections As System.Collections.Generic.IEnumerable(Of IDataCollection(Of T)) _
)
public C1SequenceDataCollection<T>( 
   System.Collections.Generic.IEnumerable<IDataCollection<T>> collections
)

パラメータ

collections
A collection of data-collections that will appear as a single collection one after the other.
参照

C1SequenceDataCollection<T> クラス
C1SequenceDataCollection<T> メンバ